home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 15: Shareware / PC Actual CDT 15.iso / files / Windows_95_98 / Programacion / ActiveX / NCTWavPlayer.exe / Main / TestScale.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-03-06  |  1.6 KB  |  70 lines

  1. #if !defined(AFX_TESTSCALE_H__1BBB61C1_CA17_11D3_996E_BEDFA4AB0F25__INCLUDED_)
  2. #define AFX_TESTSCALE_H__1BBB61C1_CA17_11D3_996E_BEDFA4AB0F25__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // TestScale.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CTestScale dialog
  12. #include "nctwavplayer.h"
  13.  
  14. class CTestScale : public CPropertyPage
  15. {
  16.     DECLARE_DYNCREATE(CTestScale)
  17.  
  18. // Construction
  19. public:
  20.     CTestScale();
  21.     ~CTestScale();
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CTestScale)
  25.     enum { IDD = IDD_PROPPAGE_SCALE };
  26.     CButton    m_vsamples2;
  27.     CButton    m_vsamples1;
  28.     CButton    m_hsamples2;
  29.     CButton    m_hsamples1;
  30.     CButton    m_vgrid;
  31.     CButton    m_venable;
  32.     CButton    m_hgrid;
  33.     CButton    m_henable;
  34.     //}}AFX_DATA
  35.  
  36.  
  37. // Overrides
  38.     // ClassWizard generate virtual function overrides
  39.     //{{AFX_VIRTUAL(CTestScale)
  40.     public:
  41.     virtual void OnOK();
  42.     protected:
  43.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  44.     //}}AFX_VIRTUAL
  45.  
  46. // Implementation
  47. protected:
  48.     // Generated message map functions
  49.     //{{AFX_MSG(CTestScale)
  50.     virtual BOOL OnInitDialog();
  51.     afx_msg void OnRadio1();
  52.     afx_msg void OnRadio2();
  53.     afx_msg void OnRadio3();
  54.     afx_msg void OnRadio4();
  55.     afx_msg void OnCheck1();
  56.     afx_msg void OnCheck2();
  57.     afx_msg void OnCheck3();
  58.     afx_msg void OnCheck4();
  59.     //}}AFX_MSG
  60.     DECLARE_MESSAGE_MAP()
  61. private:
  62.     CNCTWavPlayer*    m_player;
  63.  
  64. };
  65.  
  66. //{{AFX_INSERT_LOCATION}}
  67. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  68.  
  69. #endif // !defined(AFX_TESTSCALE_H__1BBB61C1_CA17_11D3_996E_BEDFA4AB0F25__INCLUDED_)
  70.